Code Inspector is displayed in the Resources window. It lets you check and modify HTML code properties, events, styles and values.
The Code Inspector uses Meta tags defined in the Reference editor. If you want the Code Inspector to process new Meta tags, you will need to add them to the existing references in the Reference editor.
Select the start tag for
the code you want to inspect.
The window now displays all of the properties, events and styles of
the selected code.
You can also select the ode for which you want to consult the properties
in the dropdown list at the top of the Code Inspector window.
Click on the tab corresponding to the type of information to modify:
Properties |
This tab contains all of the
properties and their associated values. If a property is used by the selected
code, its value is given in the second column. |
Events |
This tab contains all of the
events that can be executed. If an event is used by the selected code,
its value is displayed in the second column. |
Styles |
This tab contains all of the styles corresponding to a CSS rule. If a style is used, its value is given in the second column. |
To modify the value of a property, even or style, click on its name. The field corresponding to the second column is activated.
In the corresponding field, define the desired value, according to the choices offered:
|
When the field is as such, you have two options:
As soon as a value is specified, you can see the new codes entered in the Edit Window. |
|
When the field is as such, it represents an option box. This leaves you with only two options:
Option boxes represent choices expressed as values: True or False û Yes or No û Fixed or None As soon as a value is specified, you can see the new codes entered in the Edit Window. |
|
When the field is as such, this represents plus or minus increments, for example, to determine the size of a character or table.
As soon as a value is specified, you can see the new codes entered in the Edit Window. |
|
When the field is as such, it represents a dropdown list that allows you to access the various values of the selected item.
As soon as a value is selected, you can see the new codes entered in the Edit Window. |
|
When the field is a such, it means that text information must be added. For example, the item identification number (ID).
As soon as a value is specified, you can see the new codes entered in the Edit window. |